Gets the locale information used to compare strings in the index.

Namespace:  C1.LiveLinq.Indexing
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public CultureInfo Locale { get; private set; }
Visual Basic
Public Property Locale As CultureInfo
	Get
	Private Set

Field Value

A CultureInfo that contains data about the user's locale. The default is CurrentCulture.

See Also